strong{color:#000;font-size: 18px;font-weight: bolder;}
.header {
	background-color: #f6f7fb;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.header_box {
	width: 1200px;
	margin: 0 auto;
}

.header_left {
	float: left;
}

.header_right {
	float: right;
	margin-top: -2px;
}
.header_right .login,.header_right .register,.header_right a{
	
	vertical-align: -1px;
	margin-right: 3px;
}
.header_right .login{
	margin-right: 4px;
}
.header_right .register{
	margin: 0 4px;
}

.header_right>span:hover,.header_right>a:hover {
	/*background:#3d7efe;*/
	color: #3d7efe!important;
    font-weight: bold;
}

.header_right>span:hover {
	cursor: pointer;
}
.cont_top {
    background: #fff;
    overflow: hidden;
}
.seach {
	width: 1200px;
	margin: 0 auto;
	height: 58px;
	position: relative;
  margin-top: 27px;
  margin-bottom: 23px;
}

.seach>a>img {
	width: 220px;
	height: 58px;
	float: left;
}

.seach_shugang {
	float: left;
	width: 1px;
	height: 36px;
	background-color: #dbdbdb;
	margin-left: 18px;
	margin-top: 12px;
}

.seach_dec {
	float: left;
	margin-left: 22px;
	margin-top: 12px;
	color: #999999;
}

.seach_dec>div:nth-child(1) {
	font-size: 16px;
}

.seach_right {
	width: 510px;
	height: 36px;
	line-height: 36px;
	border: 2px solid #3d7efe;
	padding-left: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
}

.seach_right ul {
position: absolute;
    top: -30px;
    left: -2px;
}

.seach_right ul li {
	float: left;
	/*padding: 0 8px;*/
	cursor: pointer;
	width: 50px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}

.seach_right ul li.active {
	background: #3D7EFE;
	color: #fff;
}

.myttpp {
	border: none;
	color: #999999;
	float: left;
	height: 36px;
	font-size: 12px;
	width: 410px;
	background: #fff;
}

.seach_bg {
	float: right;
	text-align: center;
	height: 100%;
	width: 100px;
	background-color: #3d7efe;
	color: #fff;
	cursor: pointer;
}

.top_tab {
	margin: 0 auto;
	height: 40px;
	border-bottom: 2px solid #3d7eff;
	background: #fff;
}

.top_tab_box {
	width: 1200px;
	margin: 0 auto;
}

.top_tab-title {
	text-align: center;
	height: 40px;
	width: 100%;
	line-height: 40px;
}
.top_tab-title a:hover li{
	color: #3D7EFF;
}

.top_tab-title>a {
	float: left;
	width: 13%;
}

.top_tab-title>a>li {
	font-size: 14px;
	font-weight: bold;
}

.header_active {
	background-color: #3d7efe;
	color: #fff !important;
}
.top_tab-title .header_active:hover li{
	color: #fff;
}

/* 登录 */

#login {
	height: 480px;
	padding: 8px;
	background: #FFFFFF !important;
}
.login-center{
	background: #fff;
}
.login-cont {
	padding: 10px 30px 0;
}

.login-tab {
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
	margin-left: 40px;
}

.login-tab li {
	float: left;
	padding: 7px 5px;
	margin: 0 40px;
	font-size: 20px;
	font-weight: bold;
	color: #999;
	cursor: pointer;
}

.login-tab li.active {
	color: #333;
	border-bottom: 3px solid #4598fc;
}

.form-item {
	position: relative;
	margin: 20px auto;
}

.form-input {
	line-height: 20px;
	font-size: 14px;
	border-radius: 4px;
	padding: 10px 10px;
	outline: medium;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.rember-right {
	float: right;
}

.rember-right span {
	color: #666;
	font-size: 12px;
	/* vertical-align: top; */
}

.rember-right input[type="checkbox"] {
	vertical-align: middle;
	margin-right: 4px;
}

.rember-right .hx {
	margin: 0 5px;
}

.clear {
	clear: both;
}

.login-button button {
	border: none;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-shadow: 0 2px 5px 0 rgb(40 134 230 / 30%);
	background-image: linear-gradient(to right, #4ba3ff, #4598fc);
	outline: medium;
	color: #fff;
	border-radius: 4px;
	font-weight: 600;
	letter-spacing: 10px;
	font-size: 16px;
	cursor: pointer;
	margin: 20px auto 40px;
}

.captchaBox .form-item1 {
	float: left;
	width: 180px;
	position: relative;
}

.captchaBox input[type="button"] {
	float: right;
	width: 140px;
	height: 40px;
	font-size: 14px;
	border-radius: 4px;
	outline: medium;
	border: 0;
	color: #fff;
	cursor: pointer;
}

.rember-left span {
	color: #666;
	font-size: 12px;
	/* vertical-align: top; */
}

.rember-left input[type="checkbox"] {
	vertical-align: middle;
	margin-right: 4px;
}

.rember-left a {
	font-size: 12px;
	color: #5188a6;
}
